Release 10.1A: OpenEdge Development:
Progress Dynamics Advanced Development
Invoking the field edits from an SDO
The
rowObjectValidateprocedure in an SDO’s logic procedure has statements in it that are generated by the Object Generator, to verify, among other things, that mandatory fields (as designated in the Data Dictionary) are filled in. The code is in the following form for each mandatory field:
The presumption of the example is that you want to replace this standard check with a check based on the data you have entered into the
field_edittable. So, you should edit the logic procedure of an SDO and replace these statements with a single call tofieldEditValidate. It will return a message string in the same format as that generated by the other validation checks, as shown:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |